home *** CD-ROM | disk | FTP | other *** search
/ Acorn Risc Technologies StrongARM CD-ROM / Acorn Risc Technologies StrongARM CD-ROM.iso / software / utils / gamma / !Gamma_Doc_ModuleDoc < prev    next >
Encoding:
Text File  |  1995-12-12  |  1.8 KB  |  77 lines

  1. PLEASE READ
  2. ===========
  3.  
  4. "The CompoSupport module included with this application is (c) R. Davison
  5. 1995. The author hereby grants permission for the inclusion of this module
  6. in any application either commercial or public domain which may benefit
  7. from its use as long as this message is included in full and the module
  8. is not modified in any way. I would appreciate notification of such use
  9. prior to release.
  10.  
  11. The author accepts no responsibility or legal liability for any loss
  12. through use or misuse of this software even if the author has been
  13. advised of the possibility of such loss.
  14.  
  15. Bug reports and suggestions are welcome however.
  16.  
  17. Programmers: Please contact me prior to release in order to insure that
  18. you have the latest version of the module.
  19.  
  20. Rob Davison (rdavison@es.co.nz)
  21. Southland, New Zealand"
  22.  
  23. Brief doc follows
  24.  
  25. Possible uses for these SWIs
  26.  
  27. ...Colour correction software
  28. ...Interactive Gamma/Colour correction preview for Bitmap graphics packages
  29. ...Screensavers/Slideshow applications etc.
  30.  
  31. CompoSupport doc
  32.  
  33. ModuleName   = CompoSupport ("Foggy")
  34. SWIBlock     = &83480 (Acorn approved)
  35. MessageBlock = &83480      ditto
  36.  
  37. Star Commands
  38. -------------
  39.  
  40. *Compo_OLE 0|1
  41. disable/enable osfile traps to Compo Scrap dir.
  42.  
  43. SWIs
  44. ----
  45.  
  46. Compo_ReadGamma
  47. STATUS: COMPLETE
  48.  
  49. on entry -
  50.  r0 = ptr to 256 byte buffer to hold red gammas
  51.  r1 = ptr to 256 byte buffer to hold green gammas
  52.  r2 = ptr to 256 byte buffer to hold blue gammas
  53.  
  54. on exit -
  55.  contents of buffers to hold last gamma tables written using WriteGamma or
  56.  default tables.
  57.  
  58. Compo_WriteGamma
  59. STATUS: COMPLETE
  60.  
  61. on entry -
  62.  r0 = ptr to WORD ALIGNED red table
  63.  r1                       green table
  64.  r2                       blue table
  65.  
  66. on exit -
  67.  contents of buffers written to VIDC20
  68.  
  69. Other SWIs may be defined in some future version of the module.
  70.  
  71. Message_CompoOLE &83480
  72.  
  73. Message_CompoKillDA_Request &83481
  74.  
  75.  
  76.  
  77.